home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / misc / ifxsdk20.lha / ImageFX_SDK / sas / scanlib / dopwind.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-29  |  103 b   |  7 lines

  1. #include <scan/modall.h>
  2.  
  3. int DoPreviewWindow (LONG tag1, ...)
  4. {
  5.    return(DoPreviewWindowA(&tag1));
  6. }
  7.